home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1996 December
/
CHIP Aralık 1996.iso
/
prog
/
backpack
/
demodata
/
misc
/
start.dxr
/
00041_GivenNames.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-08-30
|
222 b
|
11 lines
on keyDown
if (the key = RETURN) or (the key = TAB) then
set the editableText of sprite 19 to 0
set the editableText of sprite 20 to 1
hilite field "Nation"
dontPassEvent()
else
pass()
end if
end